home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 27 / CU Amiga Magazine's Super CD-ROM 27 (1998)(EMAP Images)(GB)[!][issue 1998-10].iso / Cinema4D / Install-CINEMA4D-HD < prev    next >
Text File  |  1978-01-19  |  5KB  |  244 lines

  1. ;$VER: Cinema4D 3.0 (18.12.96)
  2. ;Cinema4D  Installation script - Richard
  3. ;*catch any errors and pass dos errors to a message screen
  4. ;*if a dos problem occured
  5.  
  6. (MAKEASSIGN "CD-ROM" "CINEMA4D_CD-Edition:")
  7.  
  8. (SET DEFAULT-USER @user-level)
  9. ;*set version - true if greater than version 37
  10. (SET WBVer (< 2424832 (getversion "exec.library" (resident))))
  11.  
  12. (user 2)
  13.  
  14. (set processor
  15. (database "cpu")
  16. )
  17.  
  18. (SET C4D_DEST
  19. (askdir
  20. (prompt "Select the location for the Cinema4D Drawer 10Mb disk space required.")
  21. (help @askdir-help)
  22. (default @default-dest))
  23. )
  24.  
  25. (SET C4D_DEST (EXPANDPATH C4D_DEST))
  26.  
  27. (IF (OR (= (substr C4D_DEST (- (strlen C4D_DEST) 1) ) ":")
  28.       (= (substr C4D_DEST (- (strlen C4D_DEST) 1) ) "/"))
  29. (set C4D_DEST ("%sCinema4D" C4D_DEST))
  30. (set C4D_DEST ("%s/Cinema4D" C4D_DEST))
  31. )
  32.  
  33.  
  34. (IF (<> (exists C4D_DEST) 2)
  35. (MAKEDIR C4D_DEST (infos))
  36. )
  37.  
  38. (MAKEASSIGN "C4DDEST" C4D_DEST)
  39.  
  40. (IF (= (Run "CD-ROM:C/CPU check 68881") 0)
  41. ;881
  42.     (SET CPUTYPE 1)
  43.     (SET CPUTYPE 0)
  44. )
  45.  
  46. (set APP_VER
  47.     (Askchoice
  48.     (Help @askchoice-help)
  49.     (Prompt "Select the version to install?\n\nIf you are not sure select proceed!")
  50.     (Choices "20/030/040 Without an FPU" "FPU Version & Phase 5 060 boards" "Other 060 boards (Apollo, Draco)")
  51.     (Default CPUTYPE))
  52. )
  53.  
  54. (set VIDEO_LIB
  55.     (Askchoice
  56.     (Help @askchoice-help)
  57.     (Prompt "If you have a video card, select,\nfrom the list,the library to install.")
  58.     (Choices "No Video Card (Unexpanded Amiga)" "EGS" "Merlin" "Picasso" "Retina")
  59.     (Default 0))
  60. )
  61.  
  62. (copyfiles
  63. (source "CD-ROM:libs/c4dpic.library")
  64. (dest "libs:")
  65. (optional "force")
  66. )
  67.  
  68. (copyfiles 
  69. (source "CD-ROM:CINEMA/")
  70. (dest "ENVARC:CINEMA")
  71. (PATTERN "#?")
  72. (optional "force")
  73. )
  74.  
  75.  
  76. (copyfiles 
  77. (source "CD-ROM:CINEMA4D/")
  78. (dest C4D_DEST)
  79. (ALL)
  80. (optional "force")
  81. )
  82.  
  83.  
  84. (if (= APP_VER 0)
  85. (
  86. (copyfiles 
  87. (source "CD-ROM:ProgramFiles/NOFPU/")
  88. (dest C4D_DEST)
  89. (pattern "#?")
  90. (optional "force")
  91. )
  92.  
  93. (copyfiles 
  94. (source "CD-ROM:CINEMAFont/CinemaFont020")
  95. (dest ("%s/Extensions/" C4D_DEST))
  96. (optional "force")
  97. )
  98.  
  99. (copyfiles 
  100. (source "CD-ROM:CINEMAWorld/CinemaWorld")
  101. (dest ("%s/Extensions/" C4D_DEST))
  102. (optional "force")
  103. )
  104.  
  105. )
  106. )
  107.  
  108. (if (= APP_VER 1)
  109. (
  110. (copyfiles 
  111. (source "CD-ROM:ProgramFiles/FPU/")
  112. (dest C4D_DEST)
  113. (pattern "#?")
  114. (optional "force")
  115. )
  116.  
  117. (copyfiles 
  118. (source "CD-ROM:CINEMAFont/CinemaFont.881")
  119. (dest ("%s/Extensions/" C4D_DEST))
  120. (optional "force")
  121. )
  122.  
  123. (copyfiles 
  124. (source "CD-ROM:CINEMAWorld/CinemaWorld.881")
  125. (dest ("%s/Extensions/" C4D_DEST))
  126. (optional "force")
  127. )
  128.  
  129.  
  130. )
  131. )
  132.  
  133. (if (= APP_VER 2)
  134. (
  135. (copyfiles 
  136. (source "CD-ROM:ProgramFiles/FPU2/")
  137. (dest C4D_DEST)
  138. (pattern "#?")
  139. (optional "force")
  140. )
  141.  
  142. (copyfiles 
  143. (source "CD-ROM:CINEMAFont/CinemaFont.881")
  144. (dest ("%s/Extensions/" C4D_DEST))
  145. (optional "force")
  146. )
  147.  
  148. (copyfiles 
  149. (source "CD-ROM:CINEMAWorld/CinemaWorld.881")
  150. (dest ("%s/Extensions/" C4D_DEST))
  151. (optional "force")
  152. )
  153.  
  154. )
  155. )
  156.  
  157.  
  158. (IF (= VIDEO_LIB 1)
  159. (copyfiles
  160. (source "CD-ROM:libs/EGS/c4d.library")
  161. (dest "libs:")
  162. (optional "force")
  163. )
  164. )
  165. (IF (= VIDEO_LIB 2)
  166. (
  167.  
  168. (copyfiles
  169. (source "CD-ROM:libs/Merlin/c4d.library")
  170. (dest "libs:")
  171. (optional "force")
  172. )
  173.  
  174. (copyfiles
  175. (source "CD-ROM:libs/Merlin/cinemaausgabe.library")
  176. (dest "libs:")
  177. (optional "force")
  178. )
  179.  
  180. )
  181. )
  182.  
  183. (IF (= VIDEO_LIB 3)
  184. (copyfiles
  185. (source "CD-ROM:libs/Picasso/c4d.library")
  186. (dest "libs:")
  187. (optional "force")
  188. )
  189. )
  190. (IF (= VIDEO_LIB 4)
  191. (copyfiles
  192. (source "CD-ROM:libs/Retina/c4d.library")
  193. (dest "libs:")
  194. (optional "force")
  195. )
  196. )
  197.  
  198. (startup "Cinema4D CD-Edition"
  199. (Prompt "Place Cinema4D assigns in the user-startup?")
  200. (help @startup-help)
  201. (Command
  202. ("Assign C4D: %s\n" C4D_DEST)
  203. "Assign TEX: C4D:Textures\n"
  204. "Assign CINEMA4D_CD-Edition: exists >NIL:\n"
  205. "IF WARN\n"
  206. "    Assign C4DCD: CINEMA4D_CD-Edition:Bonus DEFER\n"
  207. "ELSE\n"
  208. "    Assign C4DCD: CINEMA4D_CD-Edition:Bonus\n"
  209. "    Assign TEX: C4DCD:Bump-Maps C4DCD:Extra_Textures C4DCD:Textures ADD\n"
  210. "ENDIF\n"
  211. )
  212. )
  213.  
  214. (USER 2)
  215. (Message "Cinema4D Installation complete."
  216. "\nTo obtain your 30 days free technical support and notification of"
  217. " Cinema4D updates, please complete your registration card and return"
  218. " it to:-\n\n"
  219. ;* text starts at * and ends at *                   *
  220. "            North America          Rest of world    \n"
  221. "           Oregon Research            HiSoft        \n"
  222. "     16200 S.W. Pacific Highway   The Old School    \n"
  223. "             Suite 162              Greenfield      \n"
  224. "               Tigard               Bedford, UK     \n"
  225. "              OR 97224               MK45 5DE       \n"
  226. "Phone:    +1 503 620 4919         +44 525 718181    \n"
  227. " FAX:     +1 503 624 2940         +44 525 713716    \n")
  228.  
  229. (Message "Please remember, UK technical support is\n between 2-3p.m."
  230. " Mon-Fri\nIf you need technical support, please remember to have when you"
  231. " phone, your:-\nSerial Number\nSoftware version number\nMachine"
  232. " configuration (RAM,Processor,Hard disk etc.)\n\n Please also have a"
  233. " clear and concise description of the problem you are having to ensure"
  234. " that we can deal with your problem as quickly as possible.\n\n"
  235. " Select Proceed to quit to Workbench")
  236.  
  237. (IF (AND (= WBVer 1) (= (exists "SYS:Utilities/Multiview") 1))
  238.    (Run "Run SYS:Utilities/Multiview C4D:ReadMe" (safe))
  239.    (Run "Run more C4D:ReadMe" (safe))
  240. )
  241.  
  242. (Exit (quiet))
  243.  
  244.